Remove script stamping in lib-src/
authorGlenn Morris <rgm@gnu.org>
Wed, 6 Jun 2012 01:38:04 +0000 (21:38 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 6 Jun 2012 01:38:04 +0000 (21:38 -0400)
rcs2log no longer needs it, and grep-changelog never really has
(nothing in Emacs runs that, I don't know why Emacs includes it, if you
are using an uninstalled out-of-tree build you can just as easily run
it from the source directory).

* lib-src/Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPTS, insrcdir)
(stamp-rcs2log, stamp-grep-changelog): Remove.
(all, clean): Remove references to stamps.

* .bzrignore: Do not ignore lib-src/stamp*.

.bzrignore
lib-src/ChangeLog
lib-src/Makefile.in

index 0cf31d5f7b10de5fda8c8d464434c9d3d95f8444..1ffb929c7d5b205f9fe6bb8b9e29501a6f5a21cc 100644 (file)
@@ -108,7 +108,6 @@ lib/sys_stat.in-h
 lib/time.in-h
 lib/unistd.in-h
 lib/cxxdefs.h
-lib-src/stamp-*
 lib-src/ctags
 lib-src/ctags.c
 lib-src/ebrowse
index 99cfd3209cfa4d5664051101db5f928a1d936170..bcdf3914c7e6036835cbb6ee5630d8698870ed9d 100644 (file)
@@ -1,5 +1,9 @@
 2012-06-06  Glenn Morris  <rgm@gnu.org>
 
+       * Makefile.in (STAMP_INST_SCRIPTS, STAMP_SCRIPTS, insrcdir)
+       (stamp-rcs2log, stamp-grep-changelog): Remove.
+       (all, clean): Remove references to stamps.
+
        * vcdiff: Remove file.
        * Makefile.in (SCRIPTS, STAMP_SCRIPTS): Remove vcdiff.
        (stamp-vcdiff): Remove.
index 136045a9cd581de3188f9020f8e8c72fc997ed2e..2df22d9f7d83bde3287325fc80eafa6567b0a1a8 100644 (file)
@@ -118,7 +118,6 @@ INSTALLABLES = etags${EXEEXT} ctags${EXEEXT} emacsclient${EXEEXT} \
                ebrowse${EXEEXT}
 
 INSTALLABLE_SCRIPTS = grep-changelog
-STAMP_INST_SCRIPTS = stamp-grep-changelog
 
 # Things that Emacs runs internally, or during the build process,
 #  which should not be installed in bindir.
@@ -130,7 +129,6 @@ DONT_INSTALL= test-distrib${EXEEXT} make-docfile${EXEEXT}
 # Like UTILITIES, but they're not system-dependent, and should not be
 #  deleted by the distclean target.
 SCRIPTS= rcs2log
-STAMP_SCRIPTS= stamp-rcs2log
 
 # All files that are created by the linker, i.e., whose names end in ${EXEEXT}.
 EXE_FILES = ${INSTALLABLES} ${UTILITIES} ${DONT_INSTALL}
@@ -181,24 +179,11 @@ ALL_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
 LINK_CFLAGS = ${BASE_CFLAGS} ${LDFLAGS} ${CFLAGS}
 CPP_CFLAGS = ${BASE_CFLAGS} ${PROFILING_CFLAGS} ${CPPFLAGS} ${CFLAGS}
 
-all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
+all: ${EXE_FILES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
 
 LOADLIBES = ../lib/libgnu.a $(LIBS_SYSTEM)
 $(EXE_FILES): ../lib/libgnu.a
 
-## These targets copy the scripts into the build directory so that
-## they can be run from there in an uninstalled Emacs.
-## Nothing to do if pwd = srcdir.
-insrcdir=[ "`/bin/pwd`" = "`cd $(srcdir) && /bin/pwd`" ]
-
-stamp-rcs2log: $(srcdir)/rcs2log
-       $(insrcdir) || cp -p $(srcdir)/rcs2log rcs2log
-       touch $@
-
-stamp-grep-changelog: $(srcdir)/grep-changelog
-       $(insrcdir) || cp -p $(srcdir)/grep-changelog grep-changelog
-       touch $@
-
 ## Only used if we need blessmail, but no harm in always defining.
 ## This makes the actual blessmail executable.
 blessmail:
@@ -273,7 +258,6 @@ mostlyclean:
 
 clean: mostlyclean
        -rm -f ${EXE_FILES}
-       -rm -f ${STAMP_INST_SCRIPTS} ${STAMP_SCRIPTS}
 
 distclean: clean
        -rm -f TAGS